home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global plant, plantcounter, starter, effectspath
- sound playFile 1, effectspath & "night.aif"
- plant = 0
- plantcounter = 14
- puppetSprite(27, 1)
- puppetSprite(28, 1)
- puppetSprite(29, 1)
- set the cursor of sprite 36 to [1, 1]
- sprite(5).visible = 1
- set the keyUpScript to "fritzkeys"
- repeat with i = 6 to 30
- sprite(i).visible = 0
- end repeat
- end
-